home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / gnome-applets / builder / trashapplet-empty-progress.ui < prev   
Encoding:
Extensible Markup Language  |  2010-07-07  |  4.9 KB  |  125 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkDialog" id="empty_trash">
  6.     <property name="border_width">6</property>
  7.     <property name="title" translatable="yes">Emptying the Trash</property>
  8.     <property name="default_width">400</property>
  9.     <property name="type_hint">normal</property>
  10.     <property name="has_separator">False</property>
  11.     <child internal-child="vbox">
  12.       <object class="GtkVBox" id="dialog-vbox1">
  13.         <child>
  14.           <object class="GtkVBox" id="vbox1">
  15.             <property name="visible">True</property>
  16.             <property name="border_width">6</property>
  17.             <property name="spacing">12</property>
  18.             <child>
  19.               <object class="GtkLabel" id="label1">
  20.                 <property name="visible">True</property>
  21.                 <property name="xalign">0</property>
  22.                 <property name="label" translatable="yes">Emptying the Trash</property>
  23.                 <attributes>
  24.                   <attribute name="weight" value="bold"/>
  25.                   <attribute name="scale" value="1.300000"/>
  26.                 </attributes>
  27.               </object>
  28.               <packing>
  29.                 <property name="position">0</property>
  30.               </packing>
  31.             </child>
  32.             <child>
  33.               <object class="GtkHBox" id="hbox1">
  34.                 <property name="visible">True</property>
  35.                 <child>
  36.                   <object class="GtkLabel" id="label3">
  37.                     <property name="label" translatable="yes">From:</property>
  38.                     <attributes>
  39.                       <attribute name="weight" value="bold"/>
  40.                     </attributes>
  41.                   </object>
  42.                   <packing>
  43.                     <property name="expand">False</property>
  44.                     <property name="position">0</property>
  45.                   </packing>
  46.                 </child>
  47.                 <child>
  48.                   <object class="GtkLabel" id="location_label">
  49.                     <property name="visible">True</property>
  50.                     <property name="xalign">0</property>
  51.                     <property name="ellipsize">middle</property>
  52.                   </object>
  53.                   <packing>
  54.                     <property name="position">1</property>
  55.                   </packing>
  56.                 </child>
  57.               </object>
  58.               <packing>
  59.                 <property name="position">1</property>
  60.               </packing>
  61.             </child>
  62.             <child>
  63.               <object class="GtkVBox" id="vbox2">
  64.                 <property name="visible">True</property>
  65.                 <child>
  66.                   <object class="GtkProgressBar" id="progressbar">
  67.                     <property name="visible">True</property>
  68.                     <property name="text">  </property>
  69.                   </object>
  70.                   <packing>
  71.                     <property name="position">0</property>
  72.                   </packing>
  73.                 </child>
  74.                 <child>
  75.                   <object class="GtkLabel" id="file_label">
  76.                     <property name="visible">True</property>
  77.                     <property name="xalign">0</property>
  78.                     <property name="label">  </property>
  79.                     <property name="ellipsize">end</property>
  80.                   </object>
  81.                   <packing>
  82.                     <property name="position">1</property>
  83.                   </packing>
  84.                 </child>
  85.               </object>
  86.               <packing>
  87.                 <property name="position">2</property>
  88.               </packing>
  89.             </child>
  90.           </object>
  91.           <packing>
  92.             <property name="position">1</property>
  93.           </packing>
  94.         </child>
  95.         <child internal-child="action_area">
  96.           <object class="GtkHButtonBox" id="dialog-action_area1">
  97.             <child>
  98.               <object class="GtkButton" id="cancel_button">
  99.                 <property name="label">gtk-cancel</property>
  100.                 <property name="visible">True</property>
  101.                 <property name="can_focus">False</property>
  102.                 <property name="receives_default">False</property>
  103.                 <property name="use_stock">True</property>
  104.               </object>
  105.               <packing>
  106.                 <property name="expand">False</property>
  107.                 <property name="fill">False</property>
  108.                 <property name="position">0</property>
  109.               </packing>
  110.             </child>
  111.           </object>
  112.           <packing>
  113.             <property name="expand">False</property>
  114.             <property name="pack_type">end</property>
  115.             <property name="position">0</property>
  116.           </packing>
  117.         </child>
  118.       </object>
  119.     </child>
  120.     <action-widgets>
  121.       <action-widget response="-6">cancel_button</action-widget>
  122.     </action-widgets>
  123.   </object>
  124. </interface>
  125.